home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 30
/
Amiga Format AFCD30 (Sep 1998, Issue 114).iso
/
-readerstuff-
/
jamie_seeney
/
hdinstallers
/
install_duneii
< prev
next >
Wrap
Text File
|
1998-06-17
|
2KB
|
122 lines
; installation script for DuneII by J.Seeney
; tell user that the installer will be creating a drawer for the game
(message
(cat "\nYour copy of DuneII will be installed in a new drawer named "
"\"DuneII\". You will be asked where on your hard drive "
"(or other storage device) you want this drawer created."
)
)
; ask user where to put the drawer
(set robolocate
(askdir
(prompt "Please indicate where you want the DuneII Drawer "
"to be located.")
(help @askdir-help)
(default @default-dest)
)
)
; make a drawer
(set robopath (tackon robolocate "DuneII"))
(makedir robopath (infos))
(complete 10)
(set @default-dest robopath)
; copy DuneII & Data to the drawer
(message "\nThe game files will now be copied from floppy disk to the new drawer.")
(askdisk
(prompt "Please insert the disk labeled \"DuneII_1\".")
(help @askdisk-help)
(dest "DuneII_1")
)
(working "Copying files.")
(copyfiles
(source "DuneII_1:")
(dest robopath)
(all)
(infos)
)
(complete 30)
(askdisk
(prompt "Please insert the disk labeled \"DuneII_2\".")
(help @askdisk-help)
(dest "DuneII_2")
)
(working "Copying files.")
(copyfiles
(source "DuneII_2:")
(dest robopath )
(all)
(infos)
)
(complete 50)
(askdisk
(prompt "Please insert the disk labeled \"DuneII_3\".")
(help @askdisk-help)
(dest "DuneII_3")
)
(working "Copying files.")
(copyfiles
(source "DuneII_3:")
(dest robopath)
(all)
(infos)
)
(complete 60)
(askdisk
(prompt "Please insert the disk labeled \"DuneII_4\".")
(help @askdisk-help)
(dest "DuneII_4")
)
(working "Copying files.")
(copyfiles
(source "DuneII_4:")
(dest robopath )
(all)
(infos)
)
(complete 80)
(askdisk
(prompt "Please insert the disk labeled \"DuneII_5\".")
(help @askdisk-help)
(dest "DuneII_5")
)
(working "Copying files.")
(copyfiles
(source "DuneII_5:")
(dest robopath )
(all)
(infos)
)
(complete 100)